You can use environment variables to specify settings within your project. If you have an evironment variable setup like this:
Code:
    MY_INCLUDES=C:\projects\include
Then in the project properties for additional include directories you can put "$(MY_INCLUDES)".

gg